home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TSNAPSHOTDIALOG
/
TSNAPSHOTDIALOG.txt
Wrap
Text File
|
2008-11-03
|
4KB
|
162 lines
inherited SnapshotDialog: TSnapshotDialog
Left = 527
Top = 321
HelpType = htKeyword
HelpKeyword = 'Snapshot_Options'
BorderIcons = [biSystemMenu, biHelp]
Caption = 'Save Snapshot'
ClientHeight = 294
ClientWidth = 353
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl: TUiPageControl
Left = 0
Top = 0
Width = 353
Height = 261
ActivePage = tsConfirm
Style = tsFlatButtons
TabOrder = 0
TabStop = False
object tsConfirm: TUiTabSheet
TabVisible = False
object DirGroupBox: TUiGroupBox
Left = 4
Top = 2
Width = 337
Height = 113
Caption = 'Folder'
TabOrder = 0
object MRUDirBrowseBtn: TUiBrowseSpeedButton
Left = 304
Top = 80
Hint = 'Browse'
BrowseEdit = MRUDirEdit
end
object DirUseLeftEdit: TUiRadioButton
Left = 8
Top = 20
Height = 17
Caption = '&Left base folder'
TabOrder = 0
OnClick = DirUseClick
end
object DirUseRightEdit: TUiRadioButton
Left = 8
Top = 40
Height = 17
Caption = '&Right base folder'
TabOrder = 1
OnClick = DirUseClick
end
object DirUseMRUEdit: TUiRadioButton
Left = 8
Top = 60
Height = 17
Caption = '&Other:'
TabOrder = 2
OnClick = DirUseClick
end
object MRUDirEdit: TUiBrowseEdit
Left = 25
Top = 80
Width = 271
Height = 21
TabOrder = 3
OnChange = MRUDirChanged
DirsOnly = True
OnBrowse = MRUDirBrowse
end
end
object IncludeGroupBox: TUiGroupBox
Left = 4
Top = 122
Width = 337
Height = 127
Caption = 'Include'
TabOrder = 1
object IncludeCRCsEdit: TUiCheckBox
Left = 8
Top = 20
Height = 17
Caption = '&CRCs'
TabOrder = 0
end
object IncludeExeVersionsEdit: TUiCheckBox
Left = 8
Top = 40
Height = 17
Caption = 'Exe &versions'
TabOrder = 1
end
object IncludeArchiveContentsEdit: TUiCheckBox
Left = 8
Top = 60
Height = 17
Caption = '&Archive contents'
TabOrder = 2
end
object IncludeFilteredEdit: TUiCheckBox
Left = 9
Top = 80
Height = 17
Caption = 'Items excluded by &file filters'
TabOrder = 3
end
object IncludeEmptyDirsEdit: TUiCheckBox
Left = 9
Top = 100
Height = 17
Caption = '&Empty folders'
TabOrder = 4
end
end
end
object tsProgress: TUiTabSheet
TabVisible = False
object ProgressLbl: TUiLabel
Left = 4
Top = 2
Height = 13
Caption = 'Saving snapshot'
end
object ProgressBar: TUiProgressBar
Left = 4
Top = 22
Width = 337
Height = 17
TabOrder = 0
end
end
end
object BottomPanel: TUiPanel
Left = 0
Top = 257
Width = 353
Height = 37
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object StartBtn: TUiButton
Left = 192
Top = 8
Caption = '&Start'
Default = True
TabOrder = 0
OnClick = StartClick
AutoSize = asRight
end
object CancelBtn: TUiButton
Left = 272
Top = 8
Cancel = True
Caption = 'Cancel'
TabOrder = 1
OnClick = CancelClick
AutoSize = asRight
end
end
end